home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
music
/
omdpt123.lha
/
OMED_PT123.lzx
/
rexx
/
plsg_f9.omed
< prev
next >
Wrap
Text File
|
1978-04-10
|
267b
|
15 lines
/* Play Song from F9 - Case 29-10-95 */
address OCTAMED_REXX
options results
call open("f_keys","T:f_keys.omedtemp",R)
f6 = readln("f_keys")
f7 = readln("f_keys")
f8 = readln("f_keys")
f9 = readln("f_keys")
call close("f_keys")
'ed_goto line' f9
'pl_contsong'
exit